runtime.suspendGState.g (field)
9 uses
runtime (current package)
preempt.go#L63: g *g
preempt.go#L191: return suspendGState{g: gp, stopped: stopped}
preempt.go#L265: gp := state.g
trace.go#L525: ug.goid = s.g.goid
trace.go#L526: if s.g.m != nil {
trace.go#L527: ug.mid = int64(s.g.m.procid)
trace.go#L529: ug.status = readgstatus(s.g) &^ _Gscan
trace.go#L530: ug.waitreason = s.g.waitreason
trace.go#L531: ug.inMarkAssist = s.g.inMarkAssist
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |